<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.box{width:1200px;text-align:left;margin:0 auto;font-size:12px;}
.fr{float:right}
.fl{float:left}
.tr{text-align:right}
.tl{text-align:left}
.te{text-align:center}
ul{list-style:none;}
html{font-size:12px;}
body, div, a ,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td ,table {margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
h1,h2,h3,h4,h5{font-weight:normal;}
body{background:#fff;color:#666;font-family:"microsoft yahei",sans-serif;min-width:1300px;padding-top:110px;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance:none;}
:focus{outline:0;} 
input , textarea ,select{font-family:"microsoft yahei";outline:none}
::-webkit-input-placeholder{ /* WebKit browsers */color:#aaa;}
:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */color:#aaa;opacity:1;}
::-moz-placeholder{/* Mozilla Firefox 19+ */color:#aaa;opacity:1;}
:-ms-input-placeholder{/* Internet Explorer 10+ */color:#aaa;}

/*清除浮动*/
.clear{clear:both;height:0px;font-size:0px;line-height:0px;overflow:hidden;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
img{border:0 none;vertical-align:middle;}
a{text-decoration:none;color:#333;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}
a:hover{color:#005cc3}

/*字体图标*/
.font-icon{font-family:FontAwesome;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;}</pre></body></html>